home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0091.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  5.6 KB  |  146 lines

  1.  
  2. Where can I find a finger daemon for Winsock?
  3.  
  4.  
  5. Jeff
  6.  
  7. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  8. Jeff Ely                                 "The Sun's not yellow...  
  9. Department of Economics, UC Berkeley         It's Chicken!"          
  10. jeff@econ.berkeley.edu               
  11. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  12.  
  13. "...a man of great talent will normally pay less attention to other 
  14. people's foolishness than would a fool."   -Proust
  15. From junodj@css583.gordon.army.mil Tue Feb  8 21:37:46 1994
  16. Received: from slip1.css.gordon.army.mil by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  17.           id AA11150; Tue, 8 Feb 1994 21:37:46 -0500
  18. Date: Tue,  8 Feb 94 21:25:35
  19. Message-Id: <9402082125.AA12232@slip1.css.gordon.army.mil>
  20. From: junodj@css583.gordon.army.mil (John A. Junod)
  21. Reply-To: junodj@css583.gordon.army.mil
  22. To: winsock@sunsite.unc.edu
  23. Subject: Proper use of shutdown()  (Was WS_FTP and PC/TCP)
  24. Mime-Version: 1.0
  25. Content-Type: text/plain; charset=us-ascii
  26. X-Mailer: <WS_GMAIL v1.0>
  27.  
  28. Can anyone give me any pointers on the proper use of shutdown(skt,2)?
  29.  
  30. WS_FTP had a problem with PC/TCP Winsock v1.10 in the use of this
  31. call.  I'm not sure why I was using shutdown, other than all the books
  32. that I use, were doing the same thing.   In any case, I have removed the
  33. call in WS_FTP version 94.02.08 and it now seems to work correctly.
  34.  
  35. When do you use shutdown?
  36. What should it accomplish?
  37. Does closesocket do the same thing?
  38.  
  39. I was using shutdown as I understood that it would ensure that any
  40. pending data would be handled correctly before the socket closed.
  41. Was I wrong?
  42.  
  43. Thanks,
  44. John
  45. From davidtr@microsoft.com Tue Feb  8 11:25:00 1994
  46. Received: from netmail2.microsoft.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  47.           id AA16456; Tue, 8 Feb 1994 22:27:06 -0500
  48. Received:  by netmail2.microsoft.com (5.65/25-eef)
  49.     id AA06361; Tue, 8 Feb 94 19:27:57 -0800
  50. Received: by netmail2 using fxenixd 1.0 Tue, 08 Feb 94 19:27:57 PST
  51. Message-Id: <9402090325.AA27347@itgmsm>
  52. From: davidtr@microsoft.com
  53. To: winsock@sunsite.unc.edu
  54. Subject: RE: Passing open, connected sockets between programs in NT?
  55. Date: Tue, 08 Feb 94 19:25:00 PST
  56. X-Mailer: Microsoft Mail V3.0
  57.  
  58.  
  59.  
  60.  
  61. |From: netmail!John.MacFarlane@Software.com (John L. MacFarlane)
  62. |
  63. |Does anyone have any clues on how this is accomplished? I know that one can
  64. |use an open, connected socket as a file handle for ReadFileEx but how does
  65. |one pass the socket to another program?
  66. |
  67. |I have a "SERVER" program which creates the socket, binds, listens, and
  68. |accepts the connection. The idea is then to pass the socket to another 
  69. program
  70. |for reading and writing but I cannot seem to get this to work.
  71. |
  72. |I tried passing the SOCKET (it is an int) between two processes but when 
  73. the
  74. |second process tries to recv/send on the socket, it fails with an 
  75. WSAENOTSOCK
  76. |error.
  77.  
  78. it sounds like you may be creating the child process without specifying the 
  79. fInheritHandles parameter on CreateProcess() as TRUE.
  80.  
  81. davidtr@microsoft.com
  82. From news@bigblue.oit.unc.edu Wed Feb  9 04:32:18 1994
  83. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  84.           id AA18549; Tue, 8 Feb 1994 23:36:59 -0500
  85. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  86.           id AA13372; Tue, 8 Feb 1994 23:32:45 -0500
  87. Received: from GATEWAY by bigblue with netnews
  88.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  89. To: winsock@sunsite.unc.edu
  90. Date: 9 Feb 1994 04:32:18 GMT
  91. From: jeff@econ.berkeley.edu
  92. Message-Id: <2j9p0i$esb@agate.berkeley.edu>
  93. Organization: sometimes works
  94. Sender: ses
  95. Subject: WinQVT/Net
  96.  
  97. I have been using WinQVT/Net v3.9.  It is a nice package which
  98. needs some improvements and enhancements.  Before I pay the
  99. registration fee, I would like to make sure that this software
  100. will continue to develop.  How commited are QPC Software to 
  101. the development of WinQVT?  Is there a mailing list for users?
  102.  
  103. On a related note, when I use the built in news reader, and when
  104. I use the thread reader, how do I neatly return to the main selection
  105. mode?  I wind up having to delete all of the articles found by the
  106. thread search and then I am returned to the top of the main list
  107. of articles regardless of where I started the thread search.
  108.  
  109. Jeff
  110. From news@bigblue.oit.unc.edu Tue Feb  8 15:27:17 1994
  111. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  112.           id AA19463; Wed, 9 Feb 1994 00:06:57 -0500
  113. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  114.           id AA15830; Tue, 8 Feb 1994 23:53:35 -0500
  115. Received: from GATEWAY by bigblue with netnews
  116.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  117. To: winsock@sunsite.unc.edu
  118. Date: 8 Feb 1994 21:27:17 -0600
  119. From: dalease@idss.nwa.com (David Lease)
  120. Message-Id: <2j9l6l$li1@guppy.idss.nwa.com>
  121. Organization: Northwest Airlines, Inc.
  122. Sender: ses
  123. References: <1994Feb8.080713.23607@aristo.tau.ac.il>
  124. Subject: Re: WINVN can't resolve hostname
  125.  
  126. In article <1994Feb8.080713.23607@aristo.tau.ac.il>,
  127. Debby Koren <deb@radmail.rad.co.il> wrote:
  128. >
  129. >I tried running WINVN with both NetManage and Trumpet Winsock.  In both cases,
  130. >it immediately gives a message that it can't resolve hostname.  The hostname
  131. >of the news server is in the hosts table.  A different newsreader has no
  132. >trouble connecting and reading news (and posting, as you can see).  So what
  133. >could be the problem?  I appreciate any ideas.
  134.  
  135. We've had some of the same problems here...
  136.  
  137. Our solution was basic.  Make sure that DNS resolves in both directions
  138. (host and client).  After working that out, we don't seem to have any
  139. problems.
  140.  
  141. By the way, which version are you running?  Vast differences between 0.62 and
  142. 0.80.
  143.  
  144.  
  145.  
  146.